Skip to main content

mergMKGet

Type

function

Summary

Get a map property

Syntax

mergMKGet(<pProperty>)

Description

Get a map property

Parameters

NameTypeDescription

pProperty

  • rect : a standard rect string in livecode (left,top,right,bottom)

  • visible : true or false

  • center coordinate : a location in decimal coordinates (latitude,longitude)

  • region : the width,height in metres to display within the map

  • shows user location : true or false

  • scroll enabled : true or false

  • user tracking mode : (iOS 5.0+) one of:

    • none
    • follow
    • follow with heading
  • zoom enabled : true or false

  • map type : map type - one of:

    • standard
    • hybrid
    • satellite

Examples

put mergMKGet("center coordinate") into tSaveLoc

Value

NameTypeDescription

return

The value of the property.

Compatibility and Support

Introduced

LiveCode 8.0

OS

ios

Platforms

mobile

Thank you for your feedback!

Was this page helpful?